golang.org/x/net/http2.pipe.breakErr (field)

10 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L22: 	breakErr error         // immediate read error (caller doesn't see rest of b)
		pipe.go#L38: 	if p.err != nil || p.breakErr != nil {
		pipe.go#L62: 		if p.breakErr != nil {
		pipe.go#L63: 			return 0, p.breakErr
		pipe.go#L94: 	if p.breakErr != nil {
		pipe.go#L111: func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
		pipe.go#L132: 	if dst == &p.breakErr {
		pipe.go#L160: 	if p.breakErr != nil {
		pipe.go#L161: 		return p.breakErr
		pipe.go#L173: 		if p.err != nil || p.breakErr != nil {